home *** CD-ROM | disk | FTP | other *** search
/ Floppyshop 2 / Floppyshop - 2.zip / Floppyshop - 2.iso / diskmags / 0022-3.564 / dmg-0080 / 845.txt < prev    next >
Text File  |  1997-04-16  |  12KB  |  276 lines

  1.  
  2. INFO-ATARI16 Digest         Thu, 21 Dec 89       Volume 89 : Issue  845
  3.  
  4. Today's Topics:
  5.                      Another redirection question
  6.               Automatic window activation - pros & cons?
  7.                             Cartridge port
  8.                          Changing the A drive
  9.         Copyrights and Commercial Networks and Usenet (2 msgs)
  10.                     How to know we are in TOS 1.0?
  11.                   USENET -> GEnie uplink now working
  12. ----------------------------------------------------------------------
  13.  
  14. Date: 21 Dec 89 00:12:27 GMT
  15. From: nis!pwcs!stag!daemon@UMN-CS.CS.UMN.EDU  (John Stanley)
  16. Subject: Another redirection question
  17. Message-ID: <1989Dec21.001227.10622@stag.UUCP>
  18.  
  19. [piet@cs.ruu.nl (Piet van Oostrum) writes...]
  20. > In article <1787@ncrcce.StPaul.NCR.COM>, rogers@ncrcce (Bob Rogers) writes:
  21.  
  22. >  `I've tried a similar technique using the ST's "con:" device in place of
  23. >  `/dev/tty but to no avail.  Can anyone offer a solution?
  24. >
  25. > Fforce (0, -1) or Fforce (0, Fopen ("con:", 0));
  26.  
  27.   The first one should work, but the 2nd one has a few problems.  Better to
  28. use Fforce(0, (int)Fopen("con:", 0)); if you have to use this method. The
  29. example Piet gave will (on many compilers) push a long onto the stack where
  30. Fforce expects an int...  Fopen "really" returns a long for some librarys..
  31.  
  32.   In actual practice, I'd avoid using the 2nd form altogether since it
  33. uses up a file handle that isn't going to be freeded until the program
  34. exits.  Do a bunch of these calls and you'd suddenly discover your
  35. program couldn't open any more files...
  36.  
  37. ---
  38.   John Stanley <john@dynasoft.UUCP>
  39. Software Consultant / Dynasoft Systems
  40.  
  41. ------------------------------
  42.  
  43. Date: 21 Dec 89 12:09:45 GMT
  44. From: mcsun!ukc!dcl-cs!gdt!gdr!exspes@uunet.uu.net  (P E Smee)
  45. Subject: Automatic window activation - pros & cons?
  46. Message-ID: <1989Dec21.120945.11694@gdt.bath.ac.uk>
  47.  
  48. I would think this would be acceptable only if you modified the concept
  49. to be somewhat like Sun-windows -- that is, JUST moving the mouse
  50. pointer into a window would not 'top' it, but it would be auto-topped
  51. if you then DID anything -- hit a keyboard key, press a mouse button,
  52. ...   The auto-top would NOT eat the key or mouse press, but would top
  53. the window and then pass the key or mouse-press through to it.
  54. --
  55. Paul Smee, Univ of Bristol Comp Centre, Bristol BS8 1TW, Tel +44 272 303132
  56.  Smee@bristol.ac.uk  :-)  (..!uunet!ukc!gdr.bath.ac.uk!exspes if you MUST)
  57.  
  58. ------------------------------
  59.  
  60. Date: 21 Dec 89 18:31:52 GMT
  61. From:
  62.  cs.utexas.edu!jarvis.csri.toronto.edu!utgpu!watserv1!watcgl!electro!ignac@tut.c
  63.  is.ohio-state.edu  (Ignac Kolenko)
  64. Subject: Cartridge port
  65. Message-ID: <1242@electro.UUCP>
  66.  
  67. In article <21556@uflorida.cis.ufl.EDU> rs0@beach.cis.ufl.edu (Bob Slaughter)
  68.  writes:
  69. >I am looking for info on using the cartridge port as an I/O port.  I
  70. >need D0-D8, A0-A15, and how the port does read vs. write (MEMR* and
  71. >MEMW* lines line an InTel, or R/W* with clock strobe ala 6502).  The
  72. >docs that come with the ST have the pinouts for most of these, but the
  73. >port direction control is not clear at all from their diagram.  If you
  74. >have to know, this is related to C/MRI project from Model Railroader
  75. >(Computer/Model Railroad Interface), as now reprinted in Bruce Chubb's
  76. >"How to Build a Universal Computer Interface".  I know the port can be
  77. >written to, otherwise how do you set all those nice clock carts? :)  I
  78.  
  79.  
  80.  
  81. nope. its a read only port. hence the Atari name: ROM Cartridge Port. :-)
  82.  
  83. but you can develop ways of tricking the cartridge port to allow you to
  84. do a write, which is basically how the clock cards are set on the ST. an
  85. easy way of doing this is decoding a read from any address in, say the
  86. $FA0000 range to be a 16 bit write to the cart port. thus, whatever address
  87. with $FA in the upper 8 address bits can be turned into a write pulse,
  88. (ROM4 is the strobe that's generated by the mmu i think) and use the
  89. lower 16 bits of the address bus as the fudged data bus. not too pretty but
  90. it works great.
  91.  
  92. (the addresses are off the top of my head, and may be wrong. mebbe someone
  93. else can verify for me)
  94.  
  95.  
  96.  
  97. --
  98. =====Ignac A. Kolenko (The Ig)           watmath!watcgl!electro!ignac=====
  99.      co-author of QuickST, and the entire line of Quick Shareware!!!!
  100.        "I don't care if I don't win, 'cause I don't care if I fail"
  101.              from 'Youth Of Today' by SUBURBAN DISTORTION
  102.  
  103. ------------------------------
  104.  
  105. Date: 21 Dec 89 20:11:52 GMT
  106. From: cs.utexas.edu!jarvis.csri.toronto.edu!utgpu!barry@tut.cis.ohio-state.edu
  107.  (Barry Lay)
  108. Subject: Changing the A drive
  109. Message-ID: <1989Dec21.201152.4270@gpu.utcs.utoronto.ca>
  110.  
  111. I have the following problem.  I have a Mega 4 ST with a dead internal disk
  112. drive.  Fortunately, my hard disk autoboots, so I am not out of business,
  113. but I occasionally like to play a game which has to boot from a floppy disk
  114. (Falcon).  Is there a way to get the Atari to think that an external drive is
  115. drive A?  I tried installing the external drive in the place for the internal
  116. one, but it just spun and didn't boot.  The connectors look the same for both,
  117. but the small connector (power?) had to be plugged in the other way around
  118. because the indexing slot was in a different place on the external drive.
  119. Since the light came on I presume that it was getting power ok.
  120.  
  121. So, does anybody have any ideas for what to do while waiting for the drive
  122. to be fixed?  If someone has figured out how to get Falcon to run from a
  123. hard disk, that would be nice, too.
  124.  
  125. Barry
  126.  
  127. ------------------------------
  128.  
  129. Date: 21 Dec 89 19:41:49 GMT
  130. From: giza.cis.ohio-state.edu!karl@tut.cis.ohio-state.edu  (Karl Kleinpaste)
  131. Subject: Copyrights and Commercial Networks and Usenet
  132. Message-ID: <KARL.89Dec21144149@giza.cis.ohio-state.edu>
  133.  
  134. canada@crash.cts.com writes:
  135.    This is the part that concerns me the most.  According to an author who
  136.    specializes in books on copyrights:
  137.         ``The matter of Dave violating or not violating the law is totally
  138.         up to USENET, not the attorney general.  You see, these laws are
  139.         not enforced unless someone cries "fowl".
  140.  
  141. Flamingo!  Er, ostrich!  No, I mean, uh, loon!  Yeah, that's it.
  142. LOON!
  143.  
  144. (For the humor-impaired, :-)
  145.  
  146. --Karl
  147.  
  148. ------------------------------
  149.  
  150. Date: 21 Dec 89 18:21:51 GMT
  151. From: zaphod.mps.ohio-state.edu!usc!sdsu!crash!canada@tut.cis.ohio-state.edu
  152.  (Diane Barlow Close)
  153. Subject: Copyrights and Commercial Networks and Usenet
  154. Message-ID: <957@crash.cts.com>
  155.  
  156. In article <1989Dec21.041439.24056@murdoch.acc.Virginia.EDU>
  157.  gl8f@bessel.acc.Virginia.EDU (Greg Lindahl) writes:
  158.  
  159. >One thing I did ask Dave Small to clarify, though, was GEnie's
  160. >compilation copyright. Obviously they cannot claim a compilation
  161. >copyright on the compilation of comp.sys.atari.st articles, so they
  162. >will be unable to stop GEnie subscribers from downloading all the
  163. >c.s.a.st articles and putting them up on BBSes and whatnot.
  164.  
  165. This is the part that concerns me the most.  According to an author who
  166. specializes in books on copyrights:
  167.  
  168.      ``The matter of Dave violating or not violating the law is totally
  169.      up to USENET, not the attorney general.  You see, these laws are
  170.      not enforced unless someone cries "fowl".  I assume USENET does
  171.      not mind if their messages are reproduced and put on another
  172.      system.
  173.  
  174.      If USENET doesn't mind, then there is no violation, because they
  175.      have essentially licensed the use of their messages for other
  176.      systems.  Technically, all BBS' messages are protected under law
  177.      from reproduction, IF the system states that access to the system
  178.      is conditional (ie: use of passwords).  Remember, an authored work
  179.      is protected under copyright.  Each message is the property of the
  180.      owner of the BBS.  It doesn't matter  if the BBS contains
  181.      programs, messages, or "books", they are protected under copyright
  182.      unless the author/owner claims they are public domain.
  183.  
  184.      Sure, it's wierd, but it's the LETTER of the law.  However, you
  185.      know as well as I do, it would be stupid to enforce for just
  186.      messages.
  187.  
  188.      I'm not saying Dave is a crook.  I happen to like his products
  189.      and his magazine articles.  I'm just saying USENET could get him.
  190.      I'm saying this to perhaps inform him, not to threaten him.
  191.  
  192.      -- Richard Kelsch
  193.  
  194.      P.S.  How do I know all of this?  Well, I spent 3 years
  195.      researching computer law and talking to about every type of
  196.      lawyer you can think of, so I can write my book.  My book is
  197.      called "HACKING:  What's Legal & What's Not".  It's for sale
  198.      at E. Arthur Brown Company.''
  199.  
  200. It certainly does seem unethical for a network such as GEnie to upload,
  201. basically, public domain messages and then place an anthology copyright
  202. on them.  In fact, maybe the restrictions will become even greater when
  203. one considers the overall effect of GEnie's legal system.  What about
  204. non-profit BBS's which have read-only nodes established with Usenet?
  205. They may become liable to *GEnie* who owns the copyright ...I am not
  206. saying that is the way it is, but that is the way it may become.
  207.  
  208. Regardless, the current GEnie-Usenet link does NOT represent an
  209. exchange of information:  it is a hoarding of information.  Two things
  210. must happen for this to become an exchange:  there must be a free
  211. flow of messages between the two parties, all messages must carry a
  212. permission to reprint, and the receiving party may not copyright
  213. messages from the donor, or all messages must be placed in the public
  214. domain.
  215. --
  216. Diane Barlow Close
  217.       ?nosc, ucsd?!crash!canada
  218.       canada@crash.cts.com
  219.       Free Canada -- Trade Mulroney
  220.  
  221. ------------------------------
  222.  
  223. Date: 21 Dec 89 12:06:02 GMT
  224. From: mcsun!ukc!dcl-cs!gdt!gdr!exspes@uunet.uu.net  (P E Smee)
  225. Subject: How to know we are in TOS 1.0?
  226. Message-ID: <1989Dec21.120602.11181@gdt.bath.ac.uk>
  227.  
  228. In article <1903@atari.UUCP> apratt@atari.UUCP (Allan Pratt) writes:
  229. >
  230. >That doesn't matter.  If you paid to become a registered developer, you
  231. >would be able to look this stuff up instead of bothering all of us! :-)
  232. >You don't have to be a commercial developer to join the Atari developer
  233. >program.  (I know I'm answering your question anyway -- think of it as
  234. >advertising. (If you're a Net God, *don't* think of it as advertising!))
  235.  
  236. Your mileage may vary on this one, depending on which Atari subsidiary
  237. you have to deal with.  I contacted Atari UK (some time ago, maybe I
  238. should try again) about the developers kit, and was told that in
  239. addition to the money I would have to inform them of my 'trading name',
  240. and would have to agree to keep them informed of what I was using the
  241. information to develop, so that they could ask me to stop if it
  242. interfered with their own internal or contracted-out development.
  243.  
  244. The concept that I might just want it for fun didn't seem to be one
  245. which they could grasp.  Since I was unable to comply with the first
  246. condition, and unwilling to comply with the second on principle, I
  247. dropped the idea.  (Though I occasionally toy with the idea of having
  248. my mother buy me a US developers kit (she's in Pittsburgh PA) and
  249. forwarding it to me.)
  250.  
  251.  
  252. --
  253. Paul Smee, Univ of Bristol Comp Centre, Bristol BS8 1TW, Tel +44 272 303132
  254.  Smee@bristol.ac.uk  :-)  (..!uunet!ukc!gdr.bath.ac.uk!exspes if you MUST)
  255.  
  256. ------------------------------
  257.  
  258. Date: 21 Dec 89 20:17:10 GMT
  259. From: jlm@apple.com  (Jeff Morris)
  260. Subject: USENET -> GEnie uplink now working
  261. Message-ID: <5927@internal.Apple.COM>
  262.  
  263. I agree with Diane, also.  Usenet is not for profit.  GENIE is.  If they
  264. were to make the Usenet items available without charge( 8~) ) then it's
  265. OK.
  266.  
  267. My .02....
  268.  
  269. JLM
  270. #include <std.disclaimer.h>
  271.  
  272. ------------------------------
  273.  
  274. End of INFO-ATARI16 Digest V89 Issue #845
  275. *****************************************
  276.